home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / MSG.HDR < prev    next >
Text File  |  1994-04-25  |  908b  |  35 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _Msg( cMsgText, nMsgLine, nBoxType ) --> NIL
  8.  
  9. PARAMETERS:
  10.  
  11. nMsgLine : Line to display message on
  12. cMsgText : Text message to display
  13.  
  14. SHORT:
  15.  
  16. Present a boxed centered message without pausing execution.
  17.  
  18. DESCRIPTION:
  19.  
  20. _Msg() displays a text message received as a parameter, centered inside of a
  21. red box.  It differs from _ack() in that it does not pause execution and does
  22. not save and restore the screen where it is written.  It's original purpose
  23. was to work with _Ack() to display more than one line when an _Ack() was
  24. issued.
  25.  
  26. NOTE:
  27.  
  28.  
  29.  
  30. EXAMPLE:
  31.  
  32. _Msg(5,'Howdy, stranger!')
  33.  
  34. ******************************************************************************/
  35.